From 789a25c656064ad377d68b151d30032c8fc50089 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Thu, 15 Feb 2007 14:58:43 +0000 Subject: [PATCH] [HVM] Save/restore: remove u8 from publich header Signed-off-by: Tim Deegan --- xen/include/public/hvm/save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/hvm/save.h b/xen/include/public/hvm/save.h index c6a856a558..9daabc4321 100644 --- a/xen/include/public/hvm/save.h +++ b/xen/include/public/hvm/save.h @@ -306,7 +306,7 @@ struct hvm_hw_pci_link { * the traditional 'barber's pole' mapping ((device + INTx#) & 3). * The router provides a programmable mapping from each link to a GSI. */ - u8 route[4]; + uint8_t route[4]; }; DECLARE_HVM_SAVE_TYPE(PCI_LINK, 9, struct hvm_hw_pci_link); -- 2.30.2